home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dynamic Graphics Magazine (Alt)
/
Dynamic Graphics Magazine (Version B).iso
/
pc
/
dgm
/
image.dir
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-25
|
189 b
|
12 lines
global gCastMem
on hBackward
if gCastMem = 50 then
set gCastMem to 141
else
set gCastMem to gCastMem - 1
end if
set the castNum of sprite 5 to gCastMem
updateStage()
end